home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / H282.ZIP / MSWLOGO.ZIP / LOGOLIB.ZIP / COMBINE < prev    next >
Encoding:
Text File  |  1991-08-29  |  118 b   |  7 lines

  1. to combine :this :those
  2. if wordp :those [output word :this :those]
  3. output fput :this :those
  4. end
  5.  
  6. bury "combine
  7.